aboutsummaryrefslogtreecommitdiff
path: root/apps/web/functions/[[path]].ts
blob: 8f5be870a44d30650be5eab666adde3b7fc50387 (plain) (blame)
1
2
3
4
5
6
import * as build from "../build/server";
import server from "../server";

import handle from "hono-remix-adapter/cloudflare-pages";

export const onRequest = handle(build, server);